projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4019faf
)
Look in text field, too...
author
robertl
<robertl>
Sun, 17 Nov 2002 02:39:56 +0000
(
02:39
+0000)
committer
robertl
<robertl>
Sun, 17 Nov 2002 02:39:56 +0000
(
02:39
+0000)
magproto.c
patch
|
blob
|
history
diff --git
a/magproto.c
b/magproto.c
index 72d4568de6d5c0610ac751b5f7e42ef89b6f96d8..704dd3bfa93514f4d115a9765285aac57ffdd480 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-978,7
+978,7
@@
mag_waypt_pr(const waypoint *waypointp)
isrc = waypointp->notes ? waypointp->notes : waypointp->description;
owpt = global_opts.synthesize_shortnames ?
mkshort(isrc) : waypointp->shortname,
- odesc =
waypointp->description ? waypointp->description
: "";
+ odesc =
isrc ? isrc
: "";
owpt = mag_cleanse(owpt);
odesc = mag_cleanse(odesc);